Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cant compile #38

Open
wants to merge 257 commits into
base: master
Choose a base branch
from
Open

Cant compile #38

wants to merge 257 commits into from

Conversation

ghost
Copy link

@ghost ghost commented Apr 30, 2021

hey guys im trying to compile the plugins cause i dont want the enderdragon to spawn blazes but when im try this happens
Failed to execute goal on project ExtraHardMode: Could not resolve dependencies for project com.extrahardmode:ExtraHardMode:jar:3.14.2: Failed to collect dependencies at com.sk89q:worldguard:jar:6.1.1-SNAPSHOT -> com.sk89q:worldedit:jar:5.5.8: Failed to read artifact descriptor for com.sk89q:worldedit:jar:5.5.8: Could not transfer artifact com.sk89q:worldedit:pom:5.5.8 from/to maven-default-http-blocker (http://0.0.0.0/): Blocked mirror for repositories: [github-releases (http://di3mex.github.io/repo_bukkit/releases/, default, releases+snapshots), github-snapshots (http://di3mex.github.io/repo_bukkit/snapshots/, default, releases+snapshots), md_5-releases (http://repo.md-5.net/content/repositories/releases/, default, releases+snapshots), md_5-snapshots (http://repo.md-5.net/content/repositories/snapshots/, default, releases+snapshots), spigot-repo (http://hub.spigotmc.org/nexus/content/repositories/snapshots/, default, releases+snapshots), sk89q-repo (http://maven.sk89q.com/repo/, default, releases+snapshots)] -> [Help 1]

To see the full stack trace of the errors, re-run Maven with the -e switch.
Re-run Maven using the -X switch to enable full debug logging.

For more information about the errors and possible solutions, please read the following articles:,

i try whitout touching nothing and same error appears, yes i have maven 3 i dont know what im doing wrong

RoboMWM and others added 30 commits February 11, 2016 20:15
Very possible that this is cancelling the explosion tasks??? Doubt it
though :/
This reverts commit d6216bf.
This reverts commit 072ef17.
This reverts commit 12808a5.
Issue #4 was never actually an issue
Fix getArmorPoints NPE by checking for null (assumption is it used to
return air, hence no nullcheck)
Ignore custom biomes which cause a spigot error to be thrown when using
getBiome
* Quick fix on zombie head bug where it spawns 2 blocks up to the ground because of 7e130fc

* Just replaced block.getType().isSolid() with block.getType() != Material.AIR
isSolid does not include slabs and probably some other things
also changed tempBlock entity.getLocation() to skull.getLocation() to fix the issue of skulls not despawning after a zombie is revived
Idk what md_5 is doing with the spigot repo
* We don't care if event is canceled

* We don't care if entity is not an animal

* No need to check for instanceof animal if we can just cast an entity
to Animal in the first place.
If you have a duplicate "Threshold" config node, the one with the capital "T" is the correct one.
@ghost ghost closed this Apr 30, 2021
@ghost ghost reopened this Apr 30, 2021
@RoboMWM
Copy link

RoboMWM commented May 11, 2021

There's always somebody who manages to do this.

dependabot-preview bot and others added 19 commits June 10, 2021 04:22
Bumps git-commit-id-plugin from 4.0.4 to 4.0.5.

Signed-off-by: dependabot-preview[bot] <[email protected]>
java path syntax is different
maven is already present on VM
Idk who's brilliant idea in the maven team decided to do http blocking and all
* build: update EngineHub repository

* build: update maven-shade-plugin to 3.3.0

* refactor: remove non-void EventHandlers
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
instead of relying on now-defunct github-hosted repo

Also removed hawkeye dependency, seemed to be unused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.